home *** CD-ROM | disk | FTP | other *** search
- -- card: 2864 from stack: in.2
- -- bmap block id: 2151
- -- flags: 0000
- -- background id: 2604
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=229 top=144 right=162 bottom=281
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Test
- ----- HyperTalk script -----
- on mouseUp
-
- put 10000 into Iterations
- put 200 into DotScale
-
- set hilite of button Test to true -- use button like indicator light
-
- set the cursor to 4 -- show watch cursor
-
- repeat for length of field speedo --
- delete last char of field speedo
- end repeat
-
- put the ticks into StartTime -- check performance
- repeat for Iterations
- end repeat
- put (the ticks - StartTime) / 60 into ElapsedSeconds
-
- put round (Iterations / (ElapsedSeconds * DotScale) ) into Dots
-
- Repeat for Dots
- Put field Speedo & "ΓÇó" into field Speedo
- end repeat
-
- set hilite of button Test to false -- turn the "test light" off
-
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=369 top=290 right=313 bottom=393
- -- title width / last selected line: 0
- -- icon id / first selected line: 25002 / 25002
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- go to next card
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=342 top=231 right=250 bottom=403
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: config.
- ----- HyperTalk script -----
- on mouseUp
- go to card id 3886
- end mouseUp
-
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=106 top=239 right=253 bottom=268
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- go to card id 3803
- end mouseUp
-
-
-